home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
maxonc++2.dms
/
maxonc++2.adf
/
MCPIncl.lha
/
libraries
/
expansion.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-26
|
468b
|
22 lines
#ifndef LIBRARIES_EXPANSION_H
#define LIBRARIES_EXPANSION_H
/*
** $Filename: libraries/expansion.h $
** $Release: 2.04 $
** $Revision: 36.7 $
** $Date: 90/05/28 $
**
** External definitions for expansion.library
**
** (C) Copyright 1985,1989 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#define EXPANSIONNAME "expansion.library"
/* flags for the AddDosNode() call */
#define ADNB_STARTPROC 0
#define ADNF_STARTPROC (1L<<0)
#endif /* LIBRARIES_EXPANSION_H */